MySqlBinaryString Constructor(Byte[],Int32,Int32)
Initializes a new instance of the
MySqlBinaryString structure with subrange of a binary data block.
'Declaration
Public Function New( _
ByVal () As Byte, _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- buffer
- The buffer that contains binary representation of a string.
- offset
- The offset that denotes the first byte to copy.
- count
- The number of bytes to copy.